#newsLetterContainer{
    position: relative;
    padding: 60px;
    margin-bottom: 8px;
    background: #FFF;
    box-shadow: inset 0 0 0 20px white, inset 0 0 0 32px #019bff;
}
#newsLetterContainer #newsletterLabel{
    position: absolute;
    font-size: 18px;
    letter-spacing: 0.2rem;
    top: 15px;
    left: 50px;
    padding: 0 10px;
    background: #FFF;
    font-family: 'futura today', sans-serif;
}
#newsLetterContainer #newsletterTextContainer{
    font-family:'futura today bold', sans-serif;
    font-size: 26px;
    letter-spacing: 0.04rem;
    color: #2a2a2a;
}
#newsLetterContainer a{
    text-decoration:none;
    /* display: table; */
    color: #FFF;
}
#newsLetterContainer #newsletterText{
    line-height: 28px;
}

#newsLetterContainer #newsletterButton{
    position:relative;
    padding: 7px 10px 10px;
    width: 120px;
    font-size: 14px;
    font-family:'futura today', sans-serif;
    background:#019bff;
    text-align:center;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 0;
}

@media (max-width: 480px) {
    #newsLetterContainer #newsletterText {
        line-height: 26px;
    }
    #newsLetterContainer #newsletterTextContainer {
        font-size: 22px;
    }
}
